home *** CD-ROM | disk | FTP | other *** search
- Attribute VB_Name = "Module1"
- '~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- '~~~ SUBJECT: Crescent Internet ToolPak CISERVER Client Demo
- '~~~
- '~~~ AUTHOR: Bob Follet
- '~~~ DATE: December 1, 1997
- '~~~ MODIFIED:
- '~~~
- '~~~ DESCRIPTION: Crescent Internet ToolPak CISERVER Demo. This Demo provides
- '~~~ details on how to use the CISERVER Control. The CITCP controls is
- '~~~ is used in this Client Demo to provide a means to communicate
- '~~~ to the Server. It allows the user to connect to the CISERVER and
- '~~~ send messages to it. See the ChatHost Demo for further details
- '~~~ on the CISERVER.OCX.
- '~~~
- '~~~ ADDITIONS: No Additions. This is a New Demo to Internet ToolPak
- '~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Public ScreenName As String, HostName As String, HostAddress As String
- Public PortNum As Integer
-